The account manager. More...
Import Statement: | import SSO.OnlineAccounts 0.1 |
The Manager element is a singleton class which can be used to create new online accounts or load existing ones.
object createAccount(string providerName) |
Create a new account interfacing to the provider identified by providerName.
See also loadAccount().
object loadAccount(uint accountId) |
Loads the account identified by accountId. The returned object can be used to instantiate an Account.
See also createAccount().